<Code Lib>
2024 Constructor
Changes 4
C

FieldDomainPointsByUV(IList(UV))

Description:
Creates object from an array of two-dimensional point coordinates
Overloads (2):

public FieldDomainPointsByUV(
	IList<UV> points
)

  • IList<UV>
    points
    Array of two-dimensional point coordinates representing domain points (usually on surface)

Loading…